home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
Add-Ons
/
MPW
/
MPW dmake 4.0
/
mac
/
sysintf.h
< prev
next >
Wrap
Text File
|
1995-06-02
|
432b
|
22 lines
/*
** assorted bits of system interface, for common routines inside dmake.
** System specific code can be found in the config.h files for each
** of the system specifications.
*/
#define STAT stat
#define VOID_LCACHE(l,m)
#define Hook_std_writes(A)
#define GETPID 1
/* for directory cache */
#define CacheStat(A,B) really_dostat(A,&buf)
/*
** standard C items
*/
/*
** Mac interface standard items
*/
#define getswitchar() '-'